
/* BEGIN - Your CSS styling starts here */

#details_153 .foobar {display: none;}
	strong		{color:blue;}
	img			{float:center; text-align:center;}
	a			{color:blue;}
	i 			{text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
	table		{background:#f2f9fa; width:100%; cellpadding:2px;}	
	tr			{border:1px solid black; text-align:left;}	
	th			{rtext-align:center; text-align:left;}
	td			{rtext-align:center; text-align:left;}
	dl 			{width:100%; overflow:hidden; padding:0; margin:0}
	dt			{float:left; text-align:left; padding:0; margin:0}
	dd			{float:right; text-align:right;  padding:0; margin:0}
	h1			{font-size:19px; color:black; text-align:left; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
	h2			{font-size:17px; color:#170038; text-align:left; font-weight:bold;}
	h5			{font-size:13px; color:#173505; text-align:right;}
	p			{font-size l14 m12 s|x-small}
.combined 		{display:inline-block; position:relative;}
.combined > 	:first-child ~ * {position:absolute; top:0; right:0; bottom:0; left:0;}
	.button 	{border:2px solid black; background-color:white; color: black; padding:14px 28px; font-size:16px; cursor:pointer;} 
@media screen and (min-width:700px) 
				{.example1 {font-size:20px;}}
@media screen and (max-width:620px) 
				{.example {font-size:9px;}}
@media screen and (max-width:620px) 
				{.dt {font-size:9px;}}
				
.container {
  position: relative;
  
}

.bottom-right {
  position: absolute;
  bottom: 18px;
  right: 26px;
}

/* END - Your CSS styling ends here */
